home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_1.3 / Read-Me1.3 / AutoBoot1.3 / Readme < prev   
Encoding:
Text File  |  1988-02-11  |  5.3 KB  |  115 lines

  1. --------------------------------------------------------------------------------
  2. --------------------------------------------------------------------------------
  3.  
  4.                     KICKSTART V1.2.1 RELEASE DOCUMENTATION
  5.  
  6. --------------------------------------------------------------------------------
  7. --------------------------------------------------------------------------------
  8.  
  9. VERSION:
  10.  
  11.         Kickstart version number is bumped to 34.4 .
  12.  
  13.                         34.4
  14.                         -----
  15.  
  16.  
  17.         subsystem      start   end     bytes   revision
  18.         name            (hex)   (hex)   (dec)  number
  19.         -------------  ------  ------  ------  ------
  20.         autovects      000000  D       14      
  21.         exec           FC0000  FC3507  13576   2
  22.         audio          FC3508  FC4573  4204    1
  23.         cia            FC4574  FC47F7  644     1
  24.         disk           FC47F8  FC4B5F  872     1
  25.         expansion      FC4B60  FC53E3  2180    1
  26.         graphics       FC53E4  FD3D63  59776   1
  27.         intuition      FD3D64  FE090F  52140   3
  28.         layers         FE0910  FE3DA3  13460   1
  29.         mathffp        FE3DA4  FE42CB  1320    1
  30.         misc           FE42CC  FE43DB  272     1
  31.         potgo          FE43DC  FE4523  328     1
  32.         ramlib         FE4524  FE4B43  1568    1
  33.         rawinput       FE4B44  FE83DF  14492   1
  34.         strap          FE83E0  FE8D7B  2460    3
  35.         timer          FE8D7C  FE956F  2036    1
  36.         trackdisk      FE9570  FEB073  6916    1
  37.         romboot        FEB074  FEB473  1024    1
  38.         wb             FEB474  FF3DE3  35184   1
  39.         dos            FF3F38  FFFFE7  49328   2
  40.         -------------  ------  ------  ------  ------
  41.         total                          261794
  42.  
  43.         Maximum contiguous space available (HEX) 154
  44.         Maximum contiguous space available (DEC) 340
  45.  
  46.  
  47. --------------------------------------------------------------------------------
  48. --------------------------------------------------------------------------------
  49.  
  50. RESIDENT MODULES:
  51.  
  52.     Address Pri Type Ver Name
  53.     $fc00b6  120   9  34 exec 34.2 (28 Oct 1987)
  54.     $fc4b64  110   9  34 expansion 34.1 (18 Aug 1987)
  55.     $fe43dc  100   8  34 potgo 34.1 (18 Aug 1987)
  56.     $fe4b44  100   8  34 keymap ri 34.1 (18 Aug 1987)
  57.     $fc4574   80   8  34 cia 34.1 (18 Aug 1987)
  58.     $fc47fc   70   8  34 disk 34.1 (18 Aug 1987)
  59.     $fe42d0   70   8  34 misc 34.1 (18 Aug 1987)
  60.     $fe4528   70   9  34 ramlib 34.1 (18 Aug 1987)
  61.     $fc53e4   65   9  34 graphics 34.1 (18 Aug 1987)
  62.     $fe4b8e   60   3  34 keyboard ri 34.1 (18 Aug 1987)
  63.     $fe4bda   60   3  34 gameport ri 34.1 (18 Aug 1987)
  64.     $fe8d80   50   3  34 timer 34.1 (18 Aug 1987)
  65.     $fc3508   40   3  34 audio 34.1 (18 Aug 1987)
  66.     $fe4c26   40   3  34 input ri 34.1 (18 Aug 1987)
  67.     $fe09a4   31   9  34 layers 34.1 (18 Aug 1987)
  68.     $fe4c6c   20   3  34 console ri 34.1 (18 Aug 1987) 
  69.     $fe9578   20   3  34 trackdisk 34.1 (18 Aug 1987)
  70.     $fd3d8c   10   9  34 intuition 34.3 (16 Nov 1987)
  71.     $fc3276    5   0  34 alert.hook
  72.     $fe3da4    0   9  34 mathffp 34.1 (18 Aug 1987)
  73.     $feb490    0   1  34 wb 34.1 (18 Aug 1987)
  74.     $ff3f82    0   9  34 dos 34.2 (13 Oct 1987)
  75.     $feb074  -40   9  34 romboot 34.1 (18 Aug 1987)
  76.     $fe83e0  -60   0  34 strap 34.3 (16 Nov 1987)
  77.  
  78.  
  79. --------------------------------------------------------------------------------
  80. --------------------------------------------------------------------------------
  81. FEATURES:
  82.  
  83.         V1.2.1 is an incremental kickstart release.  It is designed to 
  84.     maintain V1.2 compatiblity throughout, while adding two important
  85.     features to the operating system.  These features are 1) autoboot
  86.     from ROM-based expansion devices and 2) a larger preferences structure
  87.     for future expansion.
  88.  
  89.         Automatic boot from any ROM-equipped expansion board is accomplished
  90.     at cold-start time, before the DOS exists.  This facility makes it 
  91.     possible, for example to automatically boot (with the right hardware)
  92.     from a hard disk without any disk being in the drive whatsoever. In
  93.     addition, it will become possible to automatically boot from any device
  94.     which supports the ROM protocol (e.g. boot from nfs: over ethernet, etc).
  95.  
  96.         Autoboot is implemented with the addition of the "romboot.library"
  97.     to the rom resident list, as well as with conservative changes to
  98.     the expansion.libray, the dos.library, and the strap.library.  These
  99.     changes have been carefully considered to be compatible in all regards
  100.     with V1.2 (release 33.180) so that developers should not have to recompile
  101.     their code for software compatibility. 
  102.  
  103.         Romboot.library functions are private at this time and are not needed
  104.     by those developing autoboot expansion devices or drivers for such devices.
  105.  
  106.         Extended preferences is a simple byte field extension to the
  107.     Preferences structure to allow future software extensions to be easily
  108.     added to the current system.  This was necessary because the original
  109.     Preferences structure was a fixed format with no additional bytes 
  110.     available.  Again, software developers should not have to recompile
  111.     their code for software compatibility with V1.2 (release 33.180).
  112.  
  113. --------------------------------------------------------------------------------
  114. --------------------------------------------------------------------------------
  115.